home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("KeySND")
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dnTkey"
- else
- set the castNum of sprite clickOn() to the number of cast "Tkey"
- end if
- updateStage()
- end repeat
- set the castNum of sprite clickOn() to the number of cast "Tkey"
- updateStage()
- go(1, "COVER5.DIR")
- end
-